-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
As part of trying to understand #420, I went to console:
Click for full output
help?> table
help?> tablesearch: table mutable struct ismutable coeftable CoefTable iswritable isimmutable Patchable bytesavailable
No documentation found.
Summary
≡≡≡≡≡≡≡≡≡
mutable struct Compose.Table <: Compose.ContainerPromise
Fields
≡≡≡≡≡≡≡≡
children :: Matrix{Vector{Context}}
x_focus :: UnitRange{Int64}
y_focus :: UnitRange{Int64}
x_prop :: Union{Nothing, Vector{Float64}}
y_prop :: Union{Nothing, Vector{Float64}}
aspect_ratio :: Union{Nothing, Float64}
fixed_configs :: Vector{T} where T
units :: Union{Nothing, UnitBox}
order :: Int64
withjs :: Bool
withoutjs :: Bool
Supertype Hierarchy
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
Compose.Table <: Compose.ContainerPromise <: Compose.Container <: Compose.ComposeNode <: AnyI'm not sure how to learn more about Table, ContainerPromise, Container, and ComposeNode.
Something like the diagrams type reference documentation that explains how the pieces fit together would be phenomenal! Right now it's a bit hard to figure how things fit together, even though I can appreciate that the overall architecture looks really tidy :)
Metadata
Metadata
Assignees
Labels
No labels