For the complete documentation index, see llms.txt. This page is also available as Markdown.

SquirrelSize

Used to receive height and width information from Squirrel. This could be used for component size as well as binding size.

SquirrelSize {
    height: number;
    width: number;
}

Last updated

Was this helpful?