Skip to main content

Seam

Documentation: https://seam.igottic.com/

Functions

New

Seam Declaration
Seam.New() → ()

Visit https://seam.igottic.com/ for more info.

Children

Seam Declaration
Seam.Children() → ()

Visit https://seam.igottic.com/ for more info.

Value

Seam State
Seam.Value() → ()

Visit https://seam.igottic.com/ for more info.

Computed

Seam State
Seam.Computed() → ()

Visit https://seam.igottic.com/ for more info.

Spring

Seam State
Seam.Spring() → ()

Visit https://seam.igottic.com/ for more info.

Tween

Seam State
Seam.Tween() → ()

Visit https://seam.igottic.com/ for more info.

Scope

Seam Memory
Seam.Scope() → ()

Visit https://seam.igottic.com/ for more info.

OnEvent

Seam Connection
Seam.OnEvent() → ()

Visit https://seam.igottic.com/ for more info.

OnChange

Seam Connection
Seam.OnChange() → ()

Visit https://seam.igottic.com/ for more info.

Attribute

Seam Declaration
Seam.Attribute() → ()

OnAttributeChanged

Seam Connection
Seam.OnAttributeChanged() → ()

Visit https://seam.igottic.com/ for more info.

Lifetime

Seam Declaration
Seam.Lifetime() → ()

Visit https://seam.igottic.com/ for more info.

Rendered

Seam State
Seam.Rendered() → ()

Visit https://seam.igottic.com/ for more info.

FollowProperty

Seam Declaration
Seam.FollowProperty() → ()

Visit https://seam.igottic.com/ for more info.

FollowAttribute

Seam Declaration
Seam.FollowAttribute() → ()

Visit https://seam.igottic.com/ for more info.

GetValue

Seam Utility
Seam.GetValue() → ()

Visit https://seam.igottic.com/ for more info.

Component

Seam Declaration
Seam.Component() → ()

Visit https://seam.igottic.com/ for more info.

Tags

Seam Declaration
Seam.Tags() → ()

Visit https://seam.igottic.com/ for more info.

SetValue

Seam Utility
Seam.SetValue() → ()

Visit https://seam.igottic.com/ for more info.

IsState

Seam Utility
Seam.IsState() → ()

Visit https://seam.igottic.com/ for more info.

IsComponent

Seam Utility
Seam.IsComponent() → ()

Visit https://seam.igottic.com/ for more info.

LockValue

Seam Utility
Seam.LockValue() → ()

Visit https://seam.igottic.com/ for more info.

Inspect

Seam Utility
Seam.Inspect() → ()

Visit https://seam.igottic.com/ for more info.

OnAttached

Seam Connection
Seam.OnAttached() → ()

Visit https://seam.igottic.com/ for more info.

Destroyed

Seam Declaration
Seam.Destroyed() → ()

Visit https://seam.igottic.com/ for more info.

EventSequence

Seam Declaration
Seam.EventSequence() → ()

Visit https://seam.igottic.com/ for more info.

ForPairs

Seam State
Seam.ForPairs() → ()

Visit https://seam.igottic.com/ for more info.

Show raw api
{
    "functions": [
        {
            "name": "New",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Declaration"
            ],
            "source": {
                "line": 139,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Children",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Declaration"
            ],
            "source": {
                "line": 149,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Value",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam State"
            ],
            "source": {
                "line": 159,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Computed",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam State"
            ],
            "source": {
                "line": 169,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Spring",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam State"
            ],
            "source": {
                "line": 179,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Tween",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam State"
            ],
            "source": {
                "line": 189,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Scope",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Memory"
            ],
            "source": {
                "line": 199,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "OnEvent",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Connection"
            ],
            "source": {
                "line": 209,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "OnChange",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Connection"
            ],
            "source": {
                "line": 219,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Attribute",
            "desc": "",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Declaration"
            ],
            "source": {
                "line": 227,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "OnAttributeChanged",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Connection"
            ],
            "source": {
                "line": 237,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Lifetime",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Declaration"
            ],
            "source": {
                "line": 247,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Rendered",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam State"
            ],
            "source": {
                "line": 257,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "FollowProperty",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Declaration"
            ],
            "source": {
                "line": 267,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "FollowAttribute",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Declaration"
            ],
            "source": {
                "line": 277,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "GetValue",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Utility"
            ],
            "source": {
                "line": 287,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Component",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Declaration"
            ],
            "source": {
                "line": 297,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Tags",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Declaration"
            ],
            "source": {
                "line": 307,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "SetValue",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Utility"
            ],
            "source": {
                "line": 317,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "IsState",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Utility"
            ],
            "source": {
                "line": 327,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "IsComponent",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Utility"
            ],
            "source": {
                "line": 337,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "LockValue",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Utility"
            ],
            "source": {
                "line": 347,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Inspect",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Utility"
            ],
            "source": {
                "line": 357,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "OnAttached",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Connection"
            ],
            "source": {
                "line": 367,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "Destroyed",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Declaration"
            ],
            "source": {
                "line": 377,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "EventSequence",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam Declaration"
            ],
            "source": {
                "line": 387,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        },
        {
            "name": "ForPairs",
            "desc": "Visit https://seam.igottic.com/ for more info.",
            "params": [],
            "returns": [],
            "function_type": "static",
            "tags": [
                "Seam State"
            ],
            "source": {
                "line": 397,
                "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "Seam",
    "desc": "Documentation: https://seam.igottic.com/",
    "source": {
        "line": 6,
        "path": "src/Packages/_Index/miagobble_seam@0.5.1/seam/init.luau"
    }
}